'宣言 Public Function New( _ ByVal min As System.Nullable(Of Integer), _ ByVal max As System.Nullable(Of Integer), _ ByVal errorMessage As System.String _ )
public LengthRangeValidatorRule( System.Nullable<int> min, System.Nullable<int> max, System.string errorMessage )
オンラインで表示: GitHub